@charset "UTF-8";

/*basic css*/

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    /* font-test*/
    font-family: CODE_BOLD;
    src: url('../fonts/iconfont.woff'),
    url('../fonts/iconfont.ttf'),
    url('../fonts/iconfont.eot'); /* IE9 */
}

body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
    background-color: #fff;
    color: #222222;
}g

input, textarea, button {
    padding: 0;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
/*    width: 1150px;*/
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
/*    overflow: hidden;
    text-overflow: ellipsis;
*/    display: -webkit-box;
   /* -webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}


@media (max-width: 639px) {
.box {
    width: 90%;
    max-width: 1400px;
    margin: auto;
   /* min-width: 1100px;*/
}}


@media (min-width: 640px) and (max-width:1920px ) {
.box {
    width: 100%;
    max-width: 1400px;
    margin: auto;
   /* min-width: 1100px;*/
}}


@media (max-width: 639px) {.box .boxnavin{ width:100%; max-width:640px; padding:20px; background:rgba(255,255,255,0.7);}}


@media (min-width: 640px) and (max-width:1023px ) {.box .boxnavin{ width:100%; max-width:950px; padding:100px; background:rgba(255,255,255,0.7);}}


@media (min-width: 1024px) and (max-width:1440px ) {.box .boxnavin{ width:100%; max-width:950px; padding:100px; background:rgba(255,255,255,0.7);}}

@media (min-width: 1441px) and (max-width:1600px ) {.box .boxnavin{ width:70%; max-width:950px; padding:60px; background:rgba(255,255,255,0.7);}}

@media (min-width: 1601px) and (max-width:1920px ) {.box .boxnavin{ width:70%; max-width:950px; padding:70px; background:rgba(255,255,255,0.7);}}



input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

/*news.html*/
.news_list1 {
    padding-bottom: 50px;
}

.news_list1 a {
    display: block;
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.news_list1 .lans:after {
    content: '';
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #be0000;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list1 a:hover .lans:after {
    left: 0;
    width: 100%;
}
.index5 .news_list1 .lans:after{
    display:none;
}

.news_list1 .imgs {
    width: 28.5%;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    min-width: 350px;
}

.news_list1 a:hover .imgs {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news_list1 .lans {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-left: 4.3%;
    margin-top: 10px;
}

.news_list1 .l1 {
    font-size: 26px;
    line-height: 30px;
    height: 60px;
    color: #222;
}

.news_list1 .l2 {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    margin-top: 20px; overflow:hidden
}

.news_list1 .l3 {
    color: #222;
    font-size: 16px;
    margin-top: 8%;
    line-height: 30px;
}

.news_list1 .times {
    width: 120px;
    text-align: right;
    color: #222;
    float: right;
    margin-top: 10px;
    font-family: "CODE_BOLD";
}

.news_list1 .t1 {
    font-size: 40px;
}

.news_list1 .t2 {
    font-size: 20px;
    margin-top: 5px;
}

.news_list1 a:hover .l1, .news_list1 a:hover .times, .news_list1 a:hover .l3 {
    color: #be0000;
}

.news_list1 a:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.news_list1 a:hover dd:last-child img:last-child {
    display: inline-block;
}

.news_list1 a:hover dd:last-child img:first-child {
    display: none;
}

.news_list1 .l3 dd:last-child {
    margin: 0;
}

.news_list1 .arrow {
    height: 30px;
    background: url('../images/arrow.png') center center no-repeat;
    width: 42px;
    display: inline-block;
    vertical-align: top;
}

.news_list1 a:hover .arrow {
    background: url('../images/arrow_on.png') center center no-repeat;
}

.neiye_banner {
    height: 409px;
    background-size: cover;
    background: url(../images/e1958243abc84822a9651910cf963040.gif) center center no-repeat;
}

.neiye_banner .t1 {
    padding-top: 170px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    width: 400px;
}

.pagetion {
    text-align: center;
    line-height: 30px;
    padding: 70px 0;
}

.pagetion a {
    margin: 0 15px;
    padding: 0 2px;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #222;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom: 1px solid #be0000;
    color: #be0000;
}

.pagetion a.ico {
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url('../images/ico_page.png');
}

.pagetion a.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagetion a.ico.on, .pagetion a.ico:hover {
/*    background: url('../images/ico_page_on.png');
*/    border-bottom: 1px solid transparent; background:#be0000; color:#fff;
}

.neiye_nav {
    line-height: 80px;
    background: #eff0f1;

}

.neiye_nav a {
    color: #222222;
    padding: 0 25px;
    font-size: 16px;
    position: relative;
}

.neiye_nav a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #be0000;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    opacity: 0;
}

.neiye_nav img {
    margin-right: 15px;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-top: 20px;
}

.neiye_nav a:hover img, .neiye_nav a.on img {
    opacity: 1;
    margin-top: 0;
}

.neiye_nav a:hover, .neiye_nav a.on {
    color: #fff; background:#be0000
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    width: 100%;
    opacity: 1;
}

.news_nav {
    text-align: center;
    padding: 70px 0 50px 0;
}

.news_nav a {
    width: calc(20% - 2px);
    /* float: left; */
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 20px;
    color: #222222;
}

.news_nav a:first-child {
    border-left: 0;
}

.news_nav a img {
    margin-right: 20px
}

.news_nav a img:last-child {
    display: none;
}

.news_nav a:hover img:first-child, .news_nav a.on img:first-child {
    display: none;
}

.news_nav a:hover img:last-child, .news_nav a.on img:last-child {
    display: inline-block;
}

.news_nav a:hover, .news_nav a.on {
    color: #be0000;
}



/*header*/


@media (max-width: 639px) {.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    line-height: 90px;
    z-index:99999999; 
}
}


@media (min-width: 640px) and (max-width:1023px ) {.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    line-height: 90px;
    z-index:999; 
}
}


@media (min-width: 1024px) and (max-width:1440px ) {.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    line-height: 90px;
    z-index:999; height:92px;
}
}


@media (min-width: 1441px) and (max-width:1920px ) {.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    line-height: 90px;
    z-index:999; height:92px;
}
}



.header_wrapper {
    width: 94%;
    margin: auto;
}

.header_wrapper .logo {
    float: left;
/*    width: 175px;
*/}



@media (max-width: 640px) {.header.ons {
/*    background: transparent;*/ background:#111111;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255,255,255,.3);
}}


@media (min-width: 641px) and (max-width:1920px ) {.header.ons {
    background: transparent;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255,255,255,.3);
}}

.header.ons.ont{
    background: rgba(0, 0, 0, .89);
}

.ons .header_wrapper img:first-child {
    display: none;
}

.ons .header_nav li > a,.ons .header_nav .n2 {
    color: #ffffff;
}

.header_wrapper .header_nav {
    float: right;
    display: block;
}

.header_nav li {
    float: left;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}

.header_nav li > a {
    font-size: 15px;
    color: #222222;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
.header_nav li .font20{ font-size:24px;}

.header_nav li .font20 > a {
    font-size: 24px;
    color: #222222;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}




.header_nav li .nav2 {
    position: absolute;
    top: 100%;
    left: calc(50% - 80px);
/*    width: 400px;
*/    background: rgba(255, 255, 255, 1);
    z-index: 60;
    display: none;
    padding: 20px;
    box-sizing: border-box; width:160px;
}

.header_nav li .navv2 {
    left: calc(50% - 80px);
   /* width: 220px;*/ /*width:auto;*/ width:160px
}




.header_nav li .nav2 a {
    font-size: 16px;
    line-height: 2;
    color: #333;
    display: block; text-align:center
}
.header_nav li .nav2 a:hover{ color:#be0000}

.header_nav li > a:hover,
.header_nav li > a.on {
    color: #be0000;
    border-bottom: 2px solid #be0000;
}
.ons .header_nav li > a:hover,.ons  .header_nav li > a.on{
    color:#ffffff;
    border-color:#fff;
}

.header_nav .ico_n1 {
/*    transform: rotate(-90deg);
    opacity: .2;
*/}

.header_nav img {
    margin: 0 10px;
}

.header_nav .n2 {
    font-size: 15px;
    cursor: pointer;
}


@media screen and (max-width: 1199px) {
    .header_nav li {
        padding: 15px;
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }

    .header_wrapper .header_nav {
        display: none;
        width: 100%;
        height: calc(100vh - 40px);
    }

    .header_wrapper .logo {
        width: 220px;
    }

    .header {
        line-height: 50px;
    }
    .header_nav li .nav2{
        text-align: left;
        width: 100%;
        left: 0;
        position: static;
    }
    .header_nav li .navv2 {
    }
    .header_nav li > a:hover,
    .header_nav li > a.on {
        border-bottom: 0px solid transparent;
    }
}




@media (max-width: 639px) { .header_wrapper .logo {
        width: 70px;
    }
}


@media (min-width: 640px) and (max-width:1023px ) { .header_nav li {
        padding: 15px;
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }}

@media (min-width: 1024px) and (max-width:1200px ) {.header_nav li {
    float: left;
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
}}



@media (min-width: 1201px) and (max-width:1440px ) {.header_nav li {
    float: left;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}}


@media (min-width: 1441px) and (max-width:1700px ) {.header_nav li {
    float: left;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}}



@media (min-width: 1701px) and (max-width:1920px ) {.header_nav li {
    float: left;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}}



.main {
    padding-top: 90px;
}

/*newd*/
.newd, .newd_list {
    padding: 65px 0 0 0;
    max-width: 1100px;
}

.newd .title {
    font-size: 26px;
    line-height: 40px;
    color: #222222; text-align:center
}

.newd .times {
    font-family: 'CODE_BOLD';
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    padding: 25px 0;
    border-bottom: 1px solid #000000; text-align:center
}

.newd .editor {
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    padding: 40px 0;
}
.newd .editor p{ font-size:14px; line-height:26px;}
.newd .editor p img{ width:auto; height:auto; margin:10px 0; text-align:center}
.newd_list .t1 {
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    margin: 15px 0;
}

.newd_list .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.newd_list .t2 {
    font-size: 18px;
    line-height: 26px;
    color: #666;
}

.newd_list_item {
    margin-bottom: 150px;
}

.newd_list_item a {
    width: calc(33.33% - 23.4px);
    float: left;
}

.newd_list_item a:nth-child(2) {
    margin: 0 35px;
}

.fix_btn {
    width: 100px;
    position: fixed;
    top: 138px;
    left: 10%;
    background: rgba(255, 255, 255, .7);
}

.fix_btn a {
    display: block;
    line-height: 75px;
    font-size: 14px;
    color: #666666;
}

.fix_btn a img {
    margin: 0 10px;
}

.fix_btn a.next img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.banner_sj {
    display: none !important;
}

.banner_pc {
    display: block !important;
}

.banner_sj780 {
    display: none !important;
}

.banner_pc780 {
    display: block !important;
}

@media screen and (max-width: 1650px) {
    .fix_btn {
        left: 2%;
    }
}

@media screen and (max-width: 1300px) {
    .fix_btn {
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .banner_sj {
        display: block !important;
    }

    .banner_pc {
        display: none !important;
    }

    .menus {
        width: 50px;
        height: 50px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
        background: #fff;
        line-height: 1;
        padding: 10px 0;
        box-sizing: border-box;
        cursor: pointer;
    }

    .menus img {
        width: 15px;
        margin-right: 5px;
        display: block;
        margin: auto;
    }

    .fix_btn {
        width: 60px;
        background: transparent;
        left: 2%;
        bottom: 20px;
        top: auto;
    }

    .fix_btn a {
        display: none;
    }

    .newd, .newd_list {
        padding: 30px 0 0 0;
    }

    .main {
        padding-top: 50px;
    }

    .newd .title {
        font-size: 22px;
        line-height: 30px;
    }

    .newd .times {
        font-size: 16px;
        line-height: 1.5;
        padding: 15px 0;
    }

    .newd_list .t1 {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .newd .editor {
        font-size: 13px;
        line-height: 1.5;
        padding: 20px 0;
    }

    .newd_list .t2 {
        font-size: 13px;
        line-height: 1.5;
    }

    .newd_list_item a:nth-child(2), .newd_list_item a {
        margin: 10px 0;
        width: 100%;
    }

    .fix_btn_container {
        position: relative;
    }

    .fix_btn_wrapper {
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 10;
        background: #fff;
        width: 100px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    }

    .fix_btn a {
        line-height: 3;
        font-size: 12px;
        width: 100%;
    }

    .fix_btn a img {
        width: 20px
    }

}

@media screen and (max-width: 980px) {
    .newd .title {
        font-size: 16px;
        line-height: 1.3;
    }
}

/*end newd*/

.logo_other {
    padding-bottom: 100px;
}

.logo_other a {
    width: calc(16.6% - 16.7px);
    padding-top: calc(8.3% - 17px);
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    filter: gray;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.logo_other a:nth-child(6n) {
    margin-right: 0;
}

.logo_other a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo_other a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .05);
}





.menu_ico {
    float: right;
    margin-top: 15px;
}
.header.ons .menu_ico span{
    background:#fff
}
.menu_ico span {
    width: 28px;
    height: 2px;
    background: #222;
    display: block;
    margin-top: 8px;
}

.menu_ico span:nth-child(2) {
    width: 20px;
    margin-left: 7px;
}

.ont .menu_ico {
    margin-top: 15px;
}

.menu_ico span {
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
}

.ont .menu_ico span:nth-child(2) {
    display: none;
}

.ont .menu_ico span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: -5px;
}

.ont .menu_ico span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 3px;
}
.tanchu_wrapper .l2 a{
    margin: 6px;
    display: block;
    box-sizing: border-box;
    border:1px solid transparent;
}
.tanchu_wrapper .l2 a.on{
    border:1px solid #f00;
    box-sizing: border-box;
}
.tanchu_wrapper .l2{
    width: calc(100% + 12px);
    margin-left: -6px;
}




